Skip to content

Conversation

@gavinking
Copy link
Member

@gavinking gavinking commented Nov 23, 2024

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-14416

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Nov 23, 2024

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [11e5dcc]

› This message was automatically generated.

karge-itestra and others added 2 commits November 23, 2024 15:53
particularly in the case where this occurred as a result of identifier rollback
@gavinking gavinking force-pushed the HHH-14416 branch 2 times, most recently from 83d52f5 to 18380e9 Compare November 23, 2024 16:00
LOG.tracev(
"Updating immutable, deleted entity: {0}",
MessageHelper.infoString(persister, entry.getId(), factory)
infoString(persister, entry.getId(), factory)

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High

This
potentially sensitive information
is written to a log file.
LOG.tracev(
"Updating non-modifiable, deleted entity: {0}",
MessageHelper.infoString(persister, entry.getId(), factory)
infoString(persister, entry.getId(), factory)

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High

This
potentially sensitive information
is written to a log file.
LOG.tracev(
"Updating deleted entity: {0}",
MessageHelper.infoString(persister, entry.getId(), factory)
infoString(persister, entry.getId(), factory)

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High

This
potentially sensitive information
is written to a log file.
LOG.tracev(
"Updating entity: {0}",
MessageHelper.infoString(persister, entry.getId(), factory)
infoString(persister, entry.getId(), factory)

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High

This
potentially sensitive information
is written to a log file.
@gavinking gavinking merged commit 8a21303 into hibernate:main Nov 23, 2024
19 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants